Welcome![Sign In][Sign Up]
Location:
Search - windows forms

Search list

[GDI-BitmapNETWindowsFormsSimplePaint

Description: 【.NET开发】使用Windows Forms生成简单的绘图工具
Platform: | Size: 247275 | Author: 包建宇 | Hits:

[Other resourceVisualC++2005(bookResource)

Description: 本书系编程语言先驱者Ivor Horton的经典之作,是学习C++编程最畅销的图书品种之一,不仅涵盖了Visual C++ .NET编程知识,还全面介绍了标准C++语言和.NET C++/CLI。本书延续了Ivor Horton讲解编程语言的独特方法,从中读者可以学习Visual C++ 2005的基础知识,并全面掌握在MFC和Windows Forms中访问数据源的技术。此外,本书各章后面的习题将有助于读者温故而知新,并尽快成为C++高效程序员
Platform: | Size: 1847491 | Author: flfpdx | Hits:

[Other resourcecsharpwinwodows

Description: C Sharp Windows Forms 程序设计(中文版),绝对的学习经典
Platform: | Size: 12244577 | Author: sunoy | Hits:

[Other resourceWindowsFormsProgrammingwithC

Description: Windows Forms Programming with C#,英文入门经典,带源代码
Platform: | Size: 12133255 | Author: sunoy | Hits:

[GDI-BitmapControl_Panel_UI

Description: Windows Forms Creating an SDI ListView and Control Panel UI。创建control panel UI。
Platform: | Size: 149982 | Author: 学金 | Hits:

[Develop Toolsdownload

Description: Windows Forms Programming with C#
Platform: | Size: 12080117 | Author: ajj | Hits:

[CSharpRegexT

Description: 使用正则表达式实现数据验证 using System using System.Drawing using System.Collections using System.ComponentModel using System.Windows.Forms using System.Data using System.Text.RegularExpressions namespace RegexT { /// <summary> /// Form1 的摘要说明 #region Windows 窗体设计器生成的代码 /// <summary> /// 设计器支持所需的方法 - 不要使用代码编辑器修改 /// 此方法的内容。
Platform: | Size: 9190 | Author: 000 | Hits:

[Compress-Decompress algrithmsCompressionSample

Description: This sample demonstrates compression capabilities available in the .NET Framework. It builds a Windows Forms application that employs the GZipStream and DeflateStream types to compress and decompress files. The sample also introduces several types that are new in the .NET Framework version 2.0.
Platform: | Size: 144200 | Author: winzheng | Hits:

[JSP/JavaResume

Description: 个人简历的小程序.Windows形式.简单,初学者易明.-biographical notes on the small program. Windows forms. Simple, easy to understand beginners.
Platform: | Size: 1706 | Author: 梁家辉 | Hits:

[CSharpCodes

Description: Framework的设计与应用(基于Windows Forms的应用开发实践) 源码
Platform: | Size: 213985 | Author: zhangd | Hits:

[GDI-Bitmap3DPieChart

Description: 本文的想法就是创建一个独立的能够用于绘制立体三维饼状图的类库。首先,它看起来非常简单,因为,在Graphics 类中已经有了一个叫DrawPie 的方法。这个方法接收开始角度和展开角度作为参数,因此,看上去不再有什么其它的问题了。不过它实现的是一个平面的圆饼图,我需要的是一个三维的透视图;如果你也正需要这样的一个控件,这篇文章将再适合不过了 本文中的PieChart 解决方案包括三个类:PieSlice, PieChart3D 和 PieChartControl (继承于System.Windows.Forms.Panel 控件)。PieSlice 类提供了所以绘制3-D饼状图的功能,你可以设置它的起始、展开角度,颜色,高度及阴影类型。 PieChart3D 类代表整个图,有几个构造函数值得注意,它们可以接收下面的值: 颜色值数组 切片displacement(位移)数组 切片的厚度 因为位移是通过切片的\"深度\"比率和椭圆半径表示的;最小值0意味着没有位移,最大值1代表这个形状占用了整个椭圆。 切片的厚度,也代表着一个比率(相对于椭圆垂直距离),最大允许的值是0.5。 当然,也可以通过公有的函数,来设置上面的值。注意:如果设置的颜色数量少于切片的数量,颜色会被重用。同样,如果displacement没有了,最后一个值也会被复用。
Platform: | Size: 58480 | Author: ghhong1986 | Hits:

[Other resourceXPThemeSupport

Description: VB.NET - Windows Forms - XP Theme Support
Platform: | Size: 68184 | Author: 肖选 | Hits:

[Other resourceOwneDrawMenus

Description: VB.NET -- Windows Forms -- Owner Drawn Menus
Platform: | Size: 48230 | Author: 肖选 | Hits:

[Windows DevelopHoToXMLComments

Description: VB.NET - Windows Forms - How-To XML Comments
Platform: | Size: 96793 | Author: 肖选 | Hits:

[Windows DevelopSPIKE_NPlot

Description: NPlot (formerly known as scpl) is a free charting library for .NET. It boasts an elegant and flexible API. NPlot includes controls for Windows.Forms, ASP.NET and a class for creating Bitmaps. A GTK# control is also available.
Platform: | Size: 127731 | Author: Xin | Hits:

[GUI Developchgskinprj

Description: 看一个软件是否优秀,除了功能健全、性能稳定、容易操作之外,软件界面的美观越来越受到人们的关注。人们不满足于传统的矩形windows窗体,不规则窗体的软件到处可见,更进一步发展到软件界面由用户根据自己的爱好自由控制,真正实现了软件对用户的友好性。而要实现这一功能,软件换肤技术就是基础。例子代码介绍一种简单明了的方法来制作一个登陆对话框,本程序编程环境C++Builder。 [代码性质] BCB完整应用程序代码 [代码作者] 吴康彬 [文件大小] 667K-see an excellent software, in addition to a well-functioning, stable performance and ease of use, the software interface to be more attractive to the people's concern. People unsatisfied with the traditional rectangular windows forms, irregular forms can be seen in the software, further development of the software by the user interface according to their own freedom-loving control, the actual realization of the right software user-friendly. To achieve this functionality, the software technology is the basis Eurocargo. Example code presents a simple method to produce a dialog landing, the C programming environment Builder. [Code nature] BCB complete application code [code writers] Tunkangban [File Size : 667K
Platform: | Size: 668030 | Author: 张永新 | Hits:

[xml-soap-webserviceWindowsXMLWebservices

Description: 如何通过使用 .NET 框架的内置异步支持,从 Visual Basic .NET Windows 窗体客户端应用程序调用 XML Web services。该应用程序 XML Web services 采用一个输入参数??在返回到客户端之前延迟的毫秒数??并将一个随机数返回到调用方。此 Windows 窗体客户端应用程序允许用户指定延迟的毫秒数,并对 XML Web services 的同步和异步调用。-how to use.NET framework with built-in support for asynchronous, from Visual Basic.NET Windows Forms client application called XML Web services. The application of XML Web services using an input parameter for the return to the client before the millisecond delay will be a few random numbers return to the calling party. This Windows Forms client application allows users to designate a few milliseconds of delay, and XML Web services synchronous and asynchronous calls.
Platform: | Size: 128435 | Author: ywang | Hits:

[OtherDoNetDemo

Description: 使用的开发语言有CSharp,VB等,个人认为有较好的参考价值。 【.NET开发】使用Windows Forms生成简单的绘图工具 【.NET开发】为.NET应用程序实现一个类似Word的对象模型 【Office开发】.NET框架下Excel报表组件编程 【Web开发】了解和扩展ASP.NET 2.0中的站点导航系统 【工具与技巧】构建高性能的ASP.NET应用程序 【工具与技巧】使用WMI和MOM 2005检测和监视ASP.NET应用程序 【软件测试】底层UI测试自动化 【特别策划】使用Visual Studio 2005速成版建立低廉的开发环境 【特别策划】用高级安全特性将Hacker拒之门外
Platform: | Size: 1449931 | Author: softareren | Hits:

[GUI DevelopVB.NET - Windows Forms - XP Theme Support

Description: 微软的经典代码,希望对学习VB.NET的有所帮助-the classic Microsoft code, and I hope to learn VB.NET help
Platform: | Size: 124982 | Author: 张莉蔓 | Hits:

[OS programVB.NET - Windows Forms - Use the Clipboard

Description: 还可以的代码,希望可以啊-code can also hope ah
Platform: | Size: 162874 | Author: 张莉蔓 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 30 »

CodeBus www.codebus.net